Protected Readonly httpProtected Readonly methodReadonly moduleProtected Readonly 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.
Render print template
invoice to render
config to render
template to render
print command
Render report print template
report data to render
template to render
Optional options: IRenderPrintTemplateOptionsprint command
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.
Generated using TypeDoc
Interface for a generic service.