Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ApplicationDatabaseManager

Hierarchy

Index

Constructors

Properties

cache: Dict<number, ApplicationDatabase>
client: PteroApp
meta: PaginationMeta = ...
serverId: number

Accessors

  • get FILTERS(): readonly never[]
  • get INCLUDES(): readonly string[]
  • get SORTS(): readonly never[]

Methods

  • _patch(data: any): any
  • delete(id: number): Promise<void>
  • getFetchAll<T, K>(...options: unknown[]): Promise<Dict<T, K>>
  • getQueryOptions(): { filters: readonly string[]; includes: readonly string[]; sorts: readonly string[] }
  • Gets the allowed query options from the inherited manager.

    internal

    Returns { filters: readonly string[]; includes: readonly string[]; sorts: readonly string[] }

    The query options.

    • filters: readonly string[]
    • includes: readonly string[]
    • sorts: readonly string[]
  • resetPasword(id: number): Promise<void>

Generated using TypeDoc