@aneuhold/core-ts-api-lib@2.2.8Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
A library for interacting with the backend and defining the backend API for personal projects.
A service for making calls to the backend API for personal projects. This is abstracted so that the backend implementation can change over time.
Interface representing the input to the AuthValidateUser function.
Interface representing the output of the AuthValidateUser function.
The config for the dashboard project that is returned to every authenticated user inside that project.
Raw input to a Digital Ocean function. This is with the expectation that
web: raw is set in the project.yml file.
Raw output from a Digital Ocean function must always be an object with a body property. The body property must be a string that is base64 encoded or an object. With how this project is set up, it will always be base64 encoded to support BSON types.
A service to provide some utility related to Digital Ocean functions.
Represents the output of the project dashboard function.
A collection of translations for a given project.