|
|
|
|
@@ -1378,10 +1378,10 @@ export interface InlineResponse200 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<CookLog>}
|
|
|
|
|
* @type {Array<Automation>}
|
|
|
|
|
* @memberof InlineResponse200
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<CookLog>;
|
|
|
|
|
results?: Array<Automation>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1409,10 +1409,10 @@ export interface InlineResponse2001 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<Food>}
|
|
|
|
|
* @type {Array<CookLog>}
|
|
|
|
|
* @memberof InlineResponse2001
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<Food>;
|
|
|
|
|
results?: Array<CookLog>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1440,10 +1440,10 @@ export interface InlineResponse20010 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<Unit>}
|
|
|
|
|
* @type {Array<SupermarketCategoryRelation>}
|
|
|
|
|
* @memberof InlineResponse20010
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<Unit>;
|
|
|
|
|
results?: Array<SupermarketCategoryRelation>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1471,10 +1471,10 @@ export interface InlineResponse20011 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<UserSpace>}
|
|
|
|
|
* @type {Array<SyncLog>}
|
|
|
|
|
* @memberof InlineResponse20011
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<UserSpace>;
|
|
|
|
|
results?: Array<SyncLog>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1502,9 +1502,71 @@ export interface InlineResponse20012 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<ViewLog>}
|
|
|
|
|
* @type {Array<Unit>}
|
|
|
|
|
* @memberof InlineResponse20012
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<Unit>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @export
|
|
|
|
|
* @interface InlineResponse20013
|
|
|
|
|
*/
|
|
|
|
|
export interface InlineResponse20013 {
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {number}
|
|
|
|
|
* @memberof InlineResponse20013
|
|
|
|
|
*/
|
|
|
|
|
count?: number;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {string}
|
|
|
|
|
* @memberof InlineResponse20013
|
|
|
|
|
*/
|
|
|
|
|
next?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {string}
|
|
|
|
|
* @memberof InlineResponse20013
|
|
|
|
|
*/
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<UserSpace>}
|
|
|
|
|
* @memberof InlineResponse20013
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<UserSpace>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @export
|
|
|
|
|
* @interface InlineResponse20014
|
|
|
|
|
*/
|
|
|
|
|
export interface InlineResponse20014 {
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {number}
|
|
|
|
|
* @memberof InlineResponse20014
|
|
|
|
|
*/
|
|
|
|
|
count?: number;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {string}
|
|
|
|
|
* @memberof InlineResponse20014
|
|
|
|
|
*/
|
|
|
|
|
next?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {string}
|
|
|
|
|
* @memberof InlineResponse20014
|
|
|
|
|
*/
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<ViewLog>}
|
|
|
|
|
* @memberof InlineResponse20014
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<ViewLog>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
@@ -1533,10 +1595,10 @@ export interface InlineResponse2002 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<ImportLog>}
|
|
|
|
|
* @type {Array<CustomFilter>}
|
|
|
|
|
* @memberof InlineResponse2002
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<ImportLog>;
|
|
|
|
|
results?: Array<CustomFilter>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1564,10 +1626,10 @@ export interface InlineResponse2003 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<ExportLog>}
|
|
|
|
|
* @type {Array<Food>}
|
|
|
|
|
* @memberof InlineResponse2003
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<ExportLog>;
|
|
|
|
|
results?: Array<Food>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1595,10 +1657,10 @@ export interface InlineResponse2004 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<Ingredient>}
|
|
|
|
|
* @type {Array<ImportLog>}
|
|
|
|
|
* @memberof InlineResponse2004
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<Ingredient>;
|
|
|
|
|
results?: Array<ImportLog>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1626,10 +1688,10 @@ export interface InlineResponse2005 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<Keyword>}
|
|
|
|
|
* @type {Array<ExportLog>}
|
|
|
|
|
* @memberof InlineResponse2005
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<Keyword>;
|
|
|
|
|
results?: Array<ExportLog>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1657,10 +1719,10 @@ export interface InlineResponse2006 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<RecipeOverview>}
|
|
|
|
|
* @type {Array<Ingredient>}
|
|
|
|
|
* @memberof InlineResponse2006
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<RecipeOverview>;
|
|
|
|
|
results?: Array<Ingredient>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1688,10 +1750,10 @@ export interface InlineResponse2007 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<Step>}
|
|
|
|
|
* @type {Array<Keyword>}
|
|
|
|
|
* @memberof InlineResponse2007
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<Step>;
|
|
|
|
|
results?: Array<Keyword>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1719,10 +1781,10 @@ export interface InlineResponse2008 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<SupermarketCategoryRelation>}
|
|
|
|
|
* @type {Array<RecipeOverview>}
|
|
|
|
|
* @memberof InlineResponse2008
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<SupermarketCategoryRelation>;
|
|
|
|
|
results?: Array<RecipeOverview>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -1750,10 +1812,10 @@ export interface InlineResponse2009 {
|
|
|
|
|
previous?: string | null;
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @type {Array<SyncLog>}
|
|
|
|
|
* @type {Array<Step>}
|
|
|
|
|
* @memberof InlineResponse2009
|
|
|
|
|
*/
|
|
|
|
|
results?: Array<SyncLog>;
|
|
|
|
|
results?: Array<Step>;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -8517,11 +8579,14 @@ export const ApiApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* optional parameters - **automation_type**: Return the Automations matching the automation type. Multiple values allowed. *Automation Types:* - FS: Food Alias - UA: Unit Alias - KA: Keyword Alias - DR: Description Replace - IR: Instruction Replace - NU: Never Unit - TW: Transpose Words - FR: Food Replace - UR: Unit Replace - NR: Name Replace
|
|
|
|
|
* @param {string} [automationType] Return the Automations matching the automation type. Multiple values allowed.
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
* @param {number} [pageSize] Number of results to return per page.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listAutomations: async (options: any = {}): Promise<RequestArgs> => {
|
|
|
|
|
listAutomations: async (automationType?: string, page?: number, pageSize?: number, options: any = {}): Promise<RequestArgs> => {
|
|
|
|
|
const localVarPath = `/api/automation/`;
|
|
|
|
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
|
|
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
|
|
|
@@ -8534,6 +8599,18 @@ export const ApiApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
|
|
const localVarHeaderParameter = {} as any;
|
|
|
|
|
const localVarQueryParameter = {} as any;
|
|
|
|
|
|
|
|
|
|
if (automationType !== undefined) {
|
|
|
|
|
localVarQueryParameter['automation_type'] = automationType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (page !== undefined) {
|
|
|
|
|
localVarQueryParameter['page'] = page;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (pageSize !== undefined) {
|
|
|
|
|
localVarQueryParameter['page_size'] = pageSize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
|
|
|
|
|
@@ -8644,10 +8721,12 @@ export const ApiApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
* @param {number} [pageSize] Number of results to return per page.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listCustomFilters: async (options: any = {}): Promise<RequestArgs> => {
|
|
|
|
|
listCustomFilters: async (page?: number, pageSize?: number, options: any = {}): Promise<RequestArgs> => {
|
|
|
|
|
const localVarPath = `/api/custom-filter/`;
|
|
|
|
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
|
|
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
|
|
|
@@ -8660,6 +8739,14 @@ export const ApiApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
|
|
const localVarHeaderParameter = {} as any;
|
|
|
|
|
const localVarQueryParameter = {} as any;
|
|
|
|
|
|
|
|
|
|
if (page !== undefined) {
|
|
|
|
|
localVarQueryParameter['page'] = page;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (pageSize !== undefined) {
|
|
|
|
|
localVarQueryParameter['page_size'] = pageSize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setSearchParams(localVarUrlObj, localVarQueryParameter, options.query);
|
|
|
|
|
@@ -9581,7 +9668,7 @@ export const ApiApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [id] Returns the shopping list entry with a primary key of id. Multiple values allowed.
|
|
|
|
|
* @param {string} [checked] Filter shopping list entries on checked. [true, false, both, <b>recent</b>]<br> - recent includes unchecked items and recently completed items.
|
|
|
|
|
* @param {string} [checked] Filter shopping list entries on checked. [true, false, both, <b>recent</b>]<br> - recent includes unchecked items and recently completed items.
|
|
|
|
|
* @param {number} [supermarket] Returns the shopping list entries sorted by supermarket category order.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
@@ -16231,12 +16318,15 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* optional parameters - **automation_type**: Return the Automations matching the automation type. Multiple values allowed. *Automation Types:* - FS: Food Alias - UA: Unit Alias - KA: Keyword Alias - DR: Description Replace - IR: Instruction Replace - NU: Never Unit - TW: Transpose Words - FR: Food Replace - UR: Unit Replace - NR: Name Replace
|
|
|
|
|
* @param {string} [automationType] Return the Automations matching the automation type. Multiple values allowed.
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
* @param {number} [pageSize] Number of results to return per page.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listAutomations(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Automation>>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listAutomations(options);
|
|
|
|
|
async listAutomations(automationType?: string, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listAutomations(automationType, page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -16264,19 +16354,10 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listCookLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse200>> {
|
|
|
|
|
async listCookLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2001>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listCookLogs(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listCustomFilters(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<CustomFilter>>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listCustomFilters(options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
@@ -16284,7 +16365,18 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listExportLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2003>> {
|
|
|
|
|
async listCustomFilters(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2002>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listCustomFilters(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
* @param {number} [pageSize] Number of results to return per page.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listExportLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2005>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listExportLogs(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16307,7 +16399,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listFoods(query?: string, root?: number, tree?: number, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2001>> {
|
|
|
|
|
async listFoods(query?: string, root?: number, tree?: number, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2003>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listFoods(query, root, tree, page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16327,7 +16419,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listImportLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2002>> {
|
|
|
|
|
async listImportLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2004>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listImportLogs(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16338,7 +16430,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listIngredients(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2004>> {
|
|
|
|
|
async listIngredients(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2006>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listIngredients(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16361,7 +16453,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listKeywords(query?: string, root?: number, tree?: number, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2005>> {
|
|
|
|
|
async listKeywords(query?: string, root?: number, tree?: number, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2007>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listKeywords(query, root, tree, page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16528,14 +16620,14 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listRecipes(query?: string, keywords?: number, keywordsOr?: number, keywordsAnd?: number, keywordsOrNot?: number, keywordsAndNot?: number, foods?: number, foodsOr?: number, foodsAnd?: number, foodsOrNot?: number, foodsAndNot?: number, units?: number, rating?: number, books?: string, booksOr?: number, booksAnd?: number, booksOrNot?: number, booksAndNot?: number, internal?: string, random?: string, _new?: string, timescooked?: number, cookedon?: string, createdon?: string, updatedon?: string, viewedon?: string, makenow?: string, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2006>> {
|
|
|
|
|
async listRecipes(query?: string, keywords?: number, keywordsOr?: number, keywordsAnd?: number, keywordsOrNot?: number, keywordsAndNot?: number, foods?: number, foodsOr?: number, foodsAnd?: number, foodsOrNot?: number, foodsAndNot?: number, units?: number, rating?: number, books?: string, booksOr?: number, booksAnd?: number, booksOrNot?: number, booksAndNot?: number, internal?: string, random?: string, _new?: string, timescooked?: number, cookedon?: string, createdon?: string, updatedon?: string, viewedon?: string, makenow?: string, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2008>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listRecipes(query, keywords, keywordsOr, keywordsAnd, keywordsOrNot, keywordsAndNot, foods, foodsOr, foodsAnd, foodsOrNot, foodsAndNot, units, rating, books, booksOr, booksAnd, booksOrNot, booksAndNot, internal, random, _new, timescooked, cookedon, createdon, updatedon, viewedon, makenow, page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [id] Returns the shopping list entry with a primary key of id. Multiple values allowed.
|
|
|
|
|
* @param {string} [checked] Filter shopping list entries on checked. [true, false, both, <b>recent</b>]<br> - recent includes unchecked items and recently completed items.
|
|
|
|
|
* @param {string} [checked] Filter shopping list entries on checked. [true, false, both, <b>recent</b>]<br> - recent includes unchecked items and recently completed items.
|
|
|
|
|
* @param {number} [supermarket] Returns the shopping list entries sorted by supermarket category order.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
@@ -16580,7 +16672,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listSteps(recipe?: number, query?: string, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2007>> {
|
|
|
|
|
async listSteps(recipe?: number, query?: string, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2009>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listSteps(recipe, query, page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16600,7 +16692,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listSupermarketCategoryRelations(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2008>> {
|
|
|
|
|
async listSupermarketCategoryRelations(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse20010>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listSupermarketCategoryRelations(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16631,7 +16723,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listSyncLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse2009>> {
|
|
|
|
|
async listSyncLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse20011>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listSyncLogs(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16662,7 +16754,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listUnits(query?: string, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse20010>> {
|
|
|
|
|
async listUnits(query?: string, page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse20012>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listUnits(query, page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16692,7 +16784,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listUserSpaces(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse20011>> {
|
|
|
|
|
async listUserSpaces(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse20013>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listUserSpaces(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -16712,7 +16804,7 @@ export const ApiApiFp = function(configuration?: Configuration) {
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
async listViewLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse20012>> {
|
|
|
|
|
async listViewLogs(page?: number, pageSize?: number, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InlineResponse20014>> {
|
|
|
|
|
const localVarAxiosArgs = await localVarAxiosParamCreator.listViewLogs(page, pageSize, options);
|
|
|
|
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
|
|
|
},
|
|
|
|
|
@@ -19041,12 +19133,15 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
return localVarFp.listAccessTokens(options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* optional parameters - **automation_type**: Return the Automations matching the automation type. Multiple values allowed. *Automation Types:* - FS: Food Alias - UA: Unit Alias - KA: Keyword Alias - DR: Description Replace - IR: Instruction Replace - NU: Never Unit - TW: Transpose Words - FR: Food Replace - UR: Unit Replace - NR: Name Replace
|
|
|
|
|
* @param {string} [automationType] Return the Automations matching the automation type. Multiple values allowed.
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
* @param {number} [pageSize] Number of results to return per page.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listAutomations(options?: any): AxiosPromise<Array<Automation>> {
|
|
|
|
|
return localVarFp.listAutomations(options).then((request) => request(axios, basePath));
|
|
|
|
|
listAutomations(automationType?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse200> {
|
|
|
|
|
return localVarFp.listAutomations(automationType, page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
@@ -19071,17 +19166,9 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listCookLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse200> {
|
|
|
|
|
listCookLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2001> {
|
|
|
|
|
return localVarFp.listCookLogs(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listCustomFilters(options?: any): AxiosPromise<Array<CustomFilter>> {
|
|
|
|
|
return localVarFp.listCustomFilters(options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
@@ -19089,7 +19176,17 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listExportLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2003> {
|
|
|
|
|
listCustomFilters(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2002> {
|
|
|
|
|
return localVarFp.listCustomFilters(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
* @param {number} [pageSize] Number of results to return per page.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listExportLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2005> {
|
|
|
|
|
return localVarFp.listExportLogs(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19110,7 +19207,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listFoods(query?: string, root?: number, tree?: number, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2001> {
|
|
|
|
|
listFoods(query?: string, root?: number, tree?: number, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2003> {
|
|
|
|
|
return localVarFp.listFoods(query, root, tree, page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19128,7 +19225,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listImportLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2002> {
|
|
|
|
|
listImportLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2004> {
|
|
|
|
|
return localVarFp.listImportLogs(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19138,7 +19235,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listIngredients(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2004> {
|
|
|
|
|
listIngredients(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2006> {
|
|
|
|
|
return localVarFp.listIngredients(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19159,7 +19256,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listKeywords(query?: string, root?: number, tree?: number, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2005> {
|
|
|
|
|
listKeywords(query?: string, root?: number, tree?: number, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2007> {
|
|
|
|
|
return localVarFp.listKeywords(query, root, tree, page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19311,13 +19408,13 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listRecipes(query?: string, keywords?: number, keywordsOr?: number, keywordsAnd?: number, keywordsOrNot?: number, keywordsAndNot?: number, foods?: number, foodsOr?: number, foodsAnd?: number, foodsOrNot?: number, foodsAndNot?: number, units?: number, rating?: number, books?: string, booksOr?: number, booksAnd?: number, booksOrNot?: number, booksAndNot?: number, internal?: string, random?: string, _new?: string, timescooked?: number, cookedon?: string, createdon?: string, updatedon?: string, viewedon?: string, makenow?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2006> {
|
|
|
|
|
listRecipes(query?: string, keywords?: number, keywordsOr?: number, keywordsAnd?: number, keywordsOrNot?: number, keywordsAndNot?: number, foods?: number, foodsOr?: number, foodsAnd?: number, foodsOrNot?: number, foodsAndNot?: number, units?: number, rating?: number, books?: string, booksOr?: number, booksAnd?: number, booksOrNot?: number, booksAndNot?: number, internal?: string, random?: string, _new?: string, timescooked?: number, cookedon?: string, createdon?: string, updatedon?: string, viewedon?: string, makenow?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2008> {
|
|
|
|
|
return localVarFp.listRecipes(query, keywords, keywordsOr, keywordsAnd, keywordsOrNot, keywordsAndNot, foods, foodsOr, foodsAnd, foodsOrNot, foodsAndNot, units, rating, books, booksOr, booksAnd, booksOrNot, booksAndNot, internal, random, _new, timescooked, cookedon, createdon, updatedon, viewedon, makenow, page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [id] Returns the shopping list entry with a primary key of id. Multiple values allowed.
|
|
|
|
|
* @param {string} [checked] Filter shopping list entries on checked. [true, false, both, <b>recent</b>]<br> - recent includes unchecked items and recently completed items.
|
|
|
|
|
* @param {string} [checked] Filter shopping list entries on checked. [true, false, both, <b>recent</b>]<br> - recent includes unchecked items and recently completed items.
|
|
|
|
|
* @param {number} [supermarket] Returns the shopping list entries sorted by supermarket category order.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
@@ -19358,7 +19455,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listSteps(recipe?: number, query?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2007> {
|
|
|
|
|
listSteps(recipe?: number, query?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2009> {
|
|
|
|
|
return localVarFp.listSteps(recipe, query, page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19376,7 +19473,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listSupermarketCategoryRelations(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2008> {
|
|
|
|
|
listSupermarketCategoryRelations(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse20010> {
|
|
|
|
|
return localVarFp.listSupermarketCategoryRelations(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19404,7 +19501,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listSyncLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse2009> {
|
|
|
|
|
listSyncLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse20011> {
|
|
|
|
|
return localVarFp.listSyncLogs(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19432,7 +19529,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listUnits(query?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse20010> {
|
|
|
|
|
listUnits(query?: string, page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse20012> {
|
|
|
|
|
return localVarFp.listUnits(query, page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19459,7 +19556,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listUserSpaces(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse20011> {
|
|
|
|
|
listUserSpaces(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse20013> {
|
|
|
|
|
return localVarFp.listUserSpaces(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -19477,7 +19574,7 @@ export const ApiApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
*/
|
|
|
|
|
listViewLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse20012> {
|
|
|
|
|
listViewLogs(page?: number, pageSize?: number, options?: any): AxiosPromise<InlineResponse20014> {
|
|
|
|
|
return localVarFp.listViewLogs(page, pageSize, options).then((request) => request(axios, basePath));
|
|
|
|
|
},
|
|
|
|
|
/**
|
|
|
|
|
@@ -21837,13 +21934,16 @@ export class ApiApi extends BaseAPI {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* optional parameters - **automation_type**: Return the Automations matching the automation type. Multiple values allowed. *Automation Types:* - FS: Food Alias - UA: Unit Alias - KA: Keyword Alias - DR: Description Replace - IR: Instruction Replace - NU: Never Unit - TW: Transpose Words - FR: Food Replace - UR: Unit Replace - NR: Name Replace
|
|
|
|
|
* @param {string} [automationType] Return the Automations matching the automation type. Multiple values allowed.
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
* @param {number} [pageSize] Number of results to return per page.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof ApiApi
|
|
|
|
|
*/
|
|
|
|
|
public listAutomations(options?: any) {
|
|
|
|
|
return ApiApiFp(this.configuration).listAutomations(options).then((request) => request(this.axios, this.basePath));
|
|
|
|
|
public listAutomations(automationType?: string, page?: number, pageSize?: number, options?: any) {
|
|
|
|
|
return ApiApiFp(this.configuration).listAutomations(automationType, page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@@ -21880,12 +21980,14 @@ export class ApiApi extends BaseAPI {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [page] A page number within the paginated result set.
|
|
|
|
|
* @param {number} [pageSize] Number of results to return per page.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
* @memberof ApiApi
|
|
|
|
|
*/
|
|
|
|
|
public listCustomFilters(options?: any) {
|
|
|
|
|
return ApiApiFp(this.configuration).listCustomFilters(options).then((request) => request(this.axios, this.basePath));
|
|
|
|
|
public listCustomFilters(page?: number, pageSize?: number, options?: any) {
|
|
|
|
|
return ApiApiFp(this.configuration).listCustomFilters(page, pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@@ -22169,7 +22271,7 @@ export class ApiApi extends BaseAPI {
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* @param {number} [id] Returns the shopping list entry with a primary key of id. Multiple values allowed.
|
|
|
|
|
* @param {string} [checked] Filter shopping list entries on checked. [true, false, both, <b>recent</b>]<br> - recent includes unchecked items and recently completed items.
|
|
|
|
|
* @param {string} [checked] Filter shopping list entries on checked. [true, false, both, <b>recent</b>]<br> - recent includes unchecked items and recently completed items.
|
|
|
|
|
* @param {number} [supermarket] Returns the shopping list entries sorted by supermarket category order.
|
|
|
|
|
* @param {*} [options] Override http request option.
|
|
|
|
|
* @throws {RequiredError}
|
|
|
|
|
|