Skip to content

Variable: GetDashboardsPaginatedSchema

ts
const GetDashboardsPaginatedSchema: ZodObject<{
  accountId: ZodOptional<ZodString>;
  dashboardName: ZodOptional<ZodString>;
  expand: ZodOptional<ZodUnion<readonly [ZodString, ZodArray<ZodString>, ZodCustom<
     | "description"
     | string & object
     | "viewUrl"
     | "owner"
     | "favourite"
     | "editPermissions"
     | "sharePermissions"
     | "isWritable"
     | "favouritedCount", 
     | "description"
     | string & object
     | "viewUrl"
     | "owner"
     | "favourite"
     | "editPermissions"
     | "sharePermissions"
     | "isWritable"
     | "favouritedCount">, ZodArray<ZodCustom<
     | "description"
     | string & object
     | "viewUrl"
     | "owner"
     | "favourite"
     | "editPermissions"
     | "sharePermissions"
     | "isWritable"
     | "favouritedCount", 
     | "description"
     | string & object
     | "viewUrl"
     | "owner"
     | "favourite"
     | "editPermissions"
     | "sharePermissions"
     | "isWritable"
    | "favouritedCount">>]>>;
  groupId: ZodOptional<ZodString>;
  groupname: ZodOptional<ZodString>;
  maxResults: ZodOptional<ZodNumber>;
  orderBy: ZodOptional<ZodCustom<
     | "name"
     | "id"
     | "description"
     | string & object
     | "owner"
     | "-description"
     | "+description"
     | "-name"
     | "+name"
     | "favorite_count"
     | "-favorite_count"
     | "+favorite_count"
     | "-id"
     | "+id"
     | "is_favorite"
     | "-is_favorite"
     | "+is_favorite"
     | "-owner"
     | "+owner", 
     | "name"
     | "id"
     | "description"
     | string & object
     | "owner"
     | "-description"
     | "+description"
     | "-name"
     | "+name"
     | "favorite_count"
     | "-favorite_count"
     | "+favorite_count"
     | "-id"
     | "+id"
     | "is_favorite"
     | "-is_favorite"
     | "+is_favorite"
     | "-owner"
    | "+owner">>;
  projectId: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
  status: ZodOptional<ZodCustom<"deleted" | "active" | string & object | "archived", "deleted" | "active" | string & object | "archived">>;
}, $strip>;

Defined in: src/cloud/parameters/getDashboardsPaginated.ts:4