feat(v3-api): rollout 'view' parameter across event library modules
This commit is contained in:
@@ -128,6 +128,7 @@ export async function load_ae_obj_li__event_presentation({
|
||||
inc_presenter_li = false,
|
||||
enabled = 'enabled',
|
||||
hidden = 'not_hidden',
|
||||
view = 'default',
|
||||
limit = 50,
|
||||
offset = 0,
|
||||
order_by_li = [
|
||||
@@ -147,6 +148,7 @@ export async function load_ae_obj_li__event_presentation({
|
||||
inc_presenter_li?: boolean;
|
||||
enabled?: 'enabled' | 'all' | 'not_enabled';
|
||||
hidden?: 'hidden' | 'all' | 'not_hidden';
|
||||
view?: string;
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
order_by_li?: any;
|
||||
@@ -165,6 +167,7 @@ export async function load_ae_obj_li__event_presentation({
|
||||
for_obj_id,
|
||||
enabled,
|
||||
hidden,
|
||||
view,
|
||||
limit,
|
||||
offset,
|
||||
order_by_li,
|
||||
@@ -354,6 +357,7 @@ export async function search__event_presentation({
|
||||
like_search_qry_str = '',
|
||||
enabled = 'enabled',
|
||||
hidden = 'not_hidden',
|
||||
view = 'default',
|
||||
limit = 50,
|
||||
offset = 0,
|
||||
order_by_li = [
|
||||
@@ -370,6 +374,7 @@ export async function search__event_presentation({
|
||||
like_search_qry_str?: string;
|
||||
enabled?: 'enabled' | 'all' | 'not_enabled';
|
||||
hidden?: 'hidden' | 'all' | 'not_hidden';
|
||||
view?: string;
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
order_by_li?: any;
|
||||
@@ -409,6 +414,7 @@ export async function search__event_presentation({
|
||||
search_query,
|
||||
order_by_li,
|
||||
params,
|
||||
view,
|
||||
limit,
|
||||
offset,
|
||||
log_lvl
|
||||
|
||||
Reference in New Issue
Block a user