Readonly dbReadonly httpReadonly methodReadonly moduleReadonly optionsRetrieves all entities with optional pagination.
A Promise that resolves to an array of retrieved entities.
Retrieves a single entity by its unique identifier.
A Promise that resolves to the retrieved entity or undefined.
Retrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
An object containing the retrieved entities and total count.
get one by uid
Primary nano id
Retrieves a single entity by its unique identifier.
Filtering parameters.
A Promise that resolves to the retrieved entity or undefined.
Saves multiple entities.
Entities to save.
A Promise that resolves to the saved entities.
Saves a single entity.
Entity to save.
A Promise that resolves to the saved entity.
Updates a config category with the specified options.
the config category key to update
the value to update the config category with
Updates the general configuration with the specified options.
The options for updating the general configuration.
A promise that resolves to the updated application configuration.
Generated using TypeDoc
Represents a configuration service that extends the IAppRemoteService interface and provides methods for updating general configuration.