feat(v3-api): rollout 'view' parameter across event library modules
This commit is contained in:
@@ -125,6 +125,7 @@ export async function load_ae_obj_li__event_session({
|
||||
inc_presenter_li = false,
|
||||
enabled = 'enabled',
|
||||
hidden = 'not_hidden',
|
||||
view = 'default',
|
||||
limit = 100,
|
||||
offset = 0,
|
||||
order_by_li = [
|
||||
@@ -146,6 +147,7 @@ export async function load_ae_obj_li__event_session({
|
||||
inc_presenter_li?: boolean;
|
||||
enabled?: 'enabled' | 'all' | 'not_enabled';
|
||||
hidden?: 'hidden' | 'all' | 'not_hidden';
|
||||
view?: string;
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
order_by_li?: any;
|
||||
@@ -348,6 +350,7 @@ export async function search__event_session({
|
||||
qry_start_datetime = null,
|
||||
enabled = 'enabled',
|
||||
hidden = 'not_hidden',
|
||||
view = 'default',
|
||||
limit = 50,
|
||||
offset = 0,
|
||||
order_by_li = [
|
||||
@@ -373,6 +376,7 @@ export async function search__event_session({
|
||||
qry_start_datetime?: string | null;
|
||||
enabled?: 'enabled' | 'all' | 'not_enabled';
|
||||
hidden?: 'hidden' | 'all' | 'not_hidden';
|
||||
view?: string;
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
order_by_li?: any;
|
||||
@@ -443,6 +447,7 @@ export async function search__event_session({
|
||||
search_query,
|
||||
order_by_li,
|
||||
params, // Important: pass through special Aether params
|
||||
view,
|
||||
limit,
|
||||
offset,
|
||||
log_lvl
|
||||
|
||||
Reference in New Issue
Block a user